home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 119
/
(Vol 119) Nov 09 2010.iso
/
Games
/
agent_platformer.swf
/
scripts
/
DefineSprite_64
/
frame_31
/
DoAction.as
Wrap
Text File
|
2010-11-09
|
123b
|
11 lines
stop();
timer = 0;
onEnterFrame = function()
{
timer++;
if(timer >= 50)
{
gotoAndStop(1);
}
};